@charset "utf-8";


.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
/*设置导航右边显示一个小三角形表示有二级导航，目前是隐藏*/
.dropdown .caret {
  display: none;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  content: "";
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  font-family: 'Lato', Sans-serif;
  width: 95%;
  margin: 0 auto;
}
.container.navbar {
   width: 1400px;
}
.container:before, .container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-right-content {

  color: #ffdede;
}

/*640像素一级导航没有弹出时隐藏在-250px的左边*/
.layout-left-flyout {
	margin-top: 40px;
	margin-left:-250px;
  height: 100%;
  position: fixed;
   
  z-index: 1;
  transition: all 0.2s;
}
/*640像素弹出的导航区域距离顶部距离，背景色*/
.layout-left-flyout.isCbFlyNavActive {
	margin-top: 40px;
	margin-left: 0;
 
  z-index: 1;
background: #0C4770;
  transition: all 0.2s;
}
/*640像素左边弹出菜单宽度设置*/
.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width:250px;

}
.cbFlyNav-wrap > nav {

}

.nav-collapse {

}
/*设置导航的背景颜色或图案*/
.layout-right-content {
 
  z-index: 1;

  background: #0C4770;
}
/*640像素设置导航的背景颜色*/
@media screen and (max-width:640px) {
  .layout-right-content {
  z-index: 1;
  
  background: #0066CC;
  }
}
/*640像素导航开关点击后移动距离，目前是不移动*/
.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  
}

.icon-cbmore {
  content: "";
  float: right;
  margin-top: 9px;
  padding: 4.5px;
  box-shadow: 1px -1px 0 0px #FFF inset;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
}
/*640像素点击一级导航弹出二级导航后，遮罩一级导航的宽度，应该设置与二级导航一样宽*/
.nav-flyout-navmask {
  right: 150px;
  z-index: 1;
}

/* 640像素导航开关 */
.btn-navbar {
  position: absolute;
  width: 40px;
  height: 40px;
  
  display: block;
  z-index: 1;
  background:#0C4770;
}

.btn-navbar-navtoggle {

}

.btn-navbar .icon-bar {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin: 10px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

@media screen and (min-width: 641px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles 导航宽高高度设置*/
.navbar {
  height: 60px;
  margin: 0;
 
  position: relative;
 
  
  width: 100%;
  

  
}

@media screen and (max-width:640px) {
	
	/*640导航置顶*/
	.daohang{ position: fixed; z-index:1000; top:0; }
	/*640像素设置导航开关所在色块的高度宽度*/
	.navbar{height:40px; width:40px !important;  }
  .navbar .nav-collapse {
    display: none;
  }
}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  height: 100%;
}
/*640像素下一级导航li的宽度设置*/
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 100%; border-bottom: 1px solid #8DB18D;
}
.the-nav ul.nav-flyout li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  margin-right: 0;
}
/*鼠标经过区域背景颜色*/
.the-nav ul.nav-flyout li a:hover {
  background:#365CA5;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
/*640像素二级导航的背景颜色*/
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #365CA5;
  transition: width .2s ease-in-out;
}
/*640像素二级导航的li的宽度*/
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 150px;
  border-bottom:1px solid #82BF73;
}
/*640像素二级导航的li的宽度*/
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 150px;
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  background: #365CA5;
}

/* Large Screen Styles*/
@media screen and (min-width: 641px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .the-nav {
    display: block;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }
/* 设置一级导航的 ul*/
  .the-nav > .nav {
    margin: 0;
    line-height: normal;
	  width: 100%; height: 60px;
  }
/* 设置一级导航的 li */
  .the-nav > .nav > li {
    display: block;
	  float: left;
    margin-bottom: 0;
    position: relative;
	  width:9.09%;
	  height: 60px; text-align: center;
  }

  .the-nav > .nav > li .caret {
    margin-top: 8px;
    margin-left: 2px;
   
   
  }
/* 设置一级导航的 li a */
  .the-nav > .nav > li a {
    display: block;
    color: #fff;
	 text-decoration: none;
	width: 100%;height: 100%; font:16px/60px "微软雅黑";  
  }

  .the-nav > .nav > li:nth-of-type(1) > a {
    padding-left: 0;
  }

  .the-nav > .nav > li:last-of-type > a {
    padding-right: 0;
  }

  /* 一级导航a:hover背景色 */
  .the-nav > .nav > li:hover > a {
    color: #fff;background:#365CA5; 
  }

  .the-nav > .nav > li:hover .subnav {
    display: block;
  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #679767;
    border-bottom-color: #679767;
  }

  /* Subnav二级导航设置1400像素 */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 0;
	width:100%;
    background: #365CA5;
  
  }

  .nav > li > .subnav > li {
    margin-bottom: 0; border-top:1px solid #8DB18D !important; 
  }

  .nav > li > .subnav > li a {
    color: #fff; font-size:14px; line-height:20px; padding: 8px 0 8px 0; font-weight:normal;
  }

  .nav > li > .subnav > li:hover a {
    background:#6A90DB; 
    
  }
}
/* 以上设置结束 */
.hidden-sm {
  display: none;
}

@media screen and (min-width: 641px) {
  .visible-sm {
    display: none;
  }

  .hidden-sm {
    display: block;
  }
}